Not yet implemented. Will reset and run only the specified sub-analyses. Covers ‘run one’ (single ID) and ‘run sample’ (client picks IDs) use cases.
API Key for external integrations (format: greetincs_...)
Analysis ID in TypeID format
Request schema for running specific sub-analyses.
List of sub-analysis IDs to run
1Successful Response
Response for run endpoints indicating processing has been accepted.
Minimal data for accepted run operations.
HATEOAS links related to this response (e.g., self, next, prev)
[
{
"href": "/resource/{resource_id}",
"method": "GET",
"rel": "self",
"title": "Resource Details"
},
{
"href": "/resource/{resource_id}/related",
"method": "GET",
"rel": "related",
"title": "Related Resources"
}
]